VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateFixup Methods / CreateFixup<TTarget>(Trigger<TTarget>,IProcessingCommand<TTarget>,IProcessingCommand<TTarget>) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFixup<TTarget>(Trigger<TTarget>,IProcessingCommand<TTarget>,IProcessingCommand<TTarget>) Method (ProcessingHelper)
    In This Topic
    Creates the fixup for the trigger using the specified processing command.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateFixup<TTarget
    The type of the target.
    >( _
    ByVal fixupCommand
    The command to create fixup.
    As Trigger(Of TTarget), _
    ByVal passCommand
    The command that executes if trigger is not activates.
    As IProcessingCommand(Of TTarget), _
    ByVal trigger
    Trigger to get fixup condition.
    As IProcessingCommand(Of TTarget) _
    ) As ProcessingCommand(Of TTarget) (Of TTarget
    The type of the target.
    )

    Parameters

    fixupCommand
    The command to create fixup.
    passCommand
    The command that executes if trigger is not activates.
    trigger
    Trigger to get fixup condition.

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    Fixup for the trigger.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also